SupportBatch Method (C1CommandBase<TCommandImpl>)
Checks whether the passed can or cannot be executed on the server as a batch operation.
protected virtual bool SupportBatch(
IEnumerator<ISQLStatement>
)
'Declaration
Protected Overridable Function SupportBatch( _
ByVal As IEnumerator(Of ISQLStatement) _
) As Boolean
Parameters
- statements
- The statements contained in the batch operation.
Return Value
A boolean indicating if the passed can be executed as a batch operation.